-
Here is my code: def predict(data, rows=500): split_array = np.array_split(data, int(data.shape[0] / float(rows) + 1)) predictions = ” for array …
- 388 views
- 2 answers
- 0 votes
-
I have deployed my AWS model successfully. but while testing i am getting runtime Error: "import matplotlib.pyplot as plt" . …
- 389 views
- 1 answers
- 0 votes